func github.com/jackc/pgx/v5/pgconn.convertRowDescription

6 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L922: func convertRowDescription(dst []FieldDescription, rd *pgproto3.RowDescription) {
		pgconn.go#L996: 			convertRowDescription(psd.Fields, msg)
		pgconn.go#L1666: 			convertRowDescription(mrr.pgConn.resultReader.fieldDescriptions, msg)
		pgconn.go#L1892: 		convertRowDescription(rr.fieldDescriptions, msg)
		pgconn.go#L2661: 		convertRowDescription(psd.Fields, msg)
		pgconn.go#L2844: 		convertRowDescription(p.conn.resultReader.fieldDescriptions, msg)